|
|
Late Binding of Variant or Object |
|
Variables, parameters, and return values typed as Variant or Object can cause problems when upgrading. |
|
0 |
|
|
|
Missing Option Explicit |
|
When Option Explicit is missing from the Declarations area of a module, your code can implicitly create new variables of type Variant without declaring them. |
|
0 |
|
|
|
Variant-Returning String Function |
|
Variant-returning string functions are not supported in Visual Basic .NET. Use the String-returning version of the function, which has a '$' suffix. |
|
0 |
|
|
|
Incorrect Use Of Enumeration |
|
Incorrectly used enumeration constants will not up upgraded. |
|
0 |
|
|
|
DAO Data Binding |
|
DAO data binding is deprecated in Visual Basic 6. Consider using ADO data binding instead. |
|
0 |
|
|
|
RDO Data Binding |
|
Replace RDO data binding with ADO |
|
0 |
|
|
|
Single Threaded Controls |
|
Controls designed for Visual Basic 6 have better performance , since they are apartment threaded. |
|
0 |
|